Name | Description | |
---|---|---|
![]() | EnforceDepth | Enforces a certain depth of the stack by removing the first objects, until the stack count reaches the specified one |
![]() | Peek | Returns the top item of the stack without returning it |
![]() | Pop | Removes and returns the top item of the stack |
![]() | Push | Inserts the item at the top of the stack. |